TsgCADExport
Unit: CADExport
Description
This is the ancestor class for any other classes for export to any format.
Syntax
TsgCADExport = class(TInterfacedPersistent, IStreamPersist)
Methods
Methods | Description |
---|---|
ApplyParams | The method applies CAD export parameters. |
Create | Creates and initializes a new TsgCADExport object. |
Destroy | Destroys an instance of the TsgCADExport class. |
SaveToFile | The method saves the image to the file. |
SaveToStream | The method saves the image to the stream. |
Events
Methods | Description |
---|---|
OnProgress | The event occurs when the file is saving. |